projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
816a17a
)
; * lisp/which-key.el (which-key-idle-delay): Fix package-version.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 27 Mar 2025 11:49:10 +0000
(13:49 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 27 Mar 2025 11:49:10 +0000
(13:49 +0200)
lisp/which-key.el
patch
|
blob
|
history
diff --git
a/lisp/which-key.el
b/lisp/which-key.el
index 6ae8dcbb1f0a26fb69953ca76abbc53d0d27b223..25349ca91be78173a5eb62f9907b3b48ed8017fb 100644
(file)
--- a/
lisp/which-key.el
+++ b/
lisp/which-key.el
@@
-62,7
+62,7
@@
A value of zero might lead to issues, so a non-zero value is
recommended
(see https://github.com/justbur/emacs-which-key/issues/134)."
:type 'float
- :package-version
"1.0"
:version "30.1")
+ :package-version
'(which-key "1.0")
:version "30.1")
(defcustom which-key-idle-secondary-delay nil
"Seconds to wait for which-key to pop up after initial display.